body {
  background-image: url('..\\img\\bg.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#hero {
  text-shadow: 1px 1px 2px black;
}